home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / IP Address Tools / ip2.EXE / readme.txt < prev   
Text File  |  2001-03-03  |  3KB  |  38 lines

  1. IP2
  2. ===
  3.  
  4. IP2 is a small program that you can use to determine your IP addresses - both WAN and LAN. What this means is that along with showing you the traditional IP address that your computer is using in it's local environment (e.g. a LAN) it will also show you what your IP address is from the perspective of an "outsider" on the Internet. This is in contrast to the many tools and utilities available on the Internet that simply return the LAN address, which is useless if somebody on the Internet needs to connect to your computer.
  5.  
  6. Your WAN and LAN IP addresses may be the same if you are directly accessing the Internet with something like a dialup modem or a cable modem without a hardware NAT router. However, if you are using some kind of hardware router or firewall as your gateway to the Internet, your computer will most likely have been assigned a "non-routable" IP address such as 10.1.2.3 or 192.168.1.2 for example. In this situation there is no easy way to find out what your true Internet IP address is. This is where IP2 comes into play.
  7.  
  8. To enable IP2 to automatically find your IP addresses when you start the program you can select the checkbox labeled "Autorun" and the next time you start the program will connect to the Internet without you having to click the "Find my IP addresses" button. To disable this simply uncheck the box.
  9.  
  10.  
  11. How It Works
  12. ============
  13.  
  14. IP2 uses one of several methods to determine your true Internet IP address. A built-in list of several servers enables the program to send a request and receive a reply from a remote server containing your Internet accessible IP address. The servers and methods used are as follows:
  15.  
  16. Queries one of the "MyWANIP" (http://www.mywanip.com) servers (hope they don't mind!) and deciphers the response containing your IP.
  17.  
  18. Queries the Geektools Whois server (whois.geektools.com) and parses the output for the string containing your IP address.
  19.  
  20. Queries one of the following web sites. All of these are running a script that will report back web CGI variables, including the REMOTE_ADDR environment variable that contains the caller's IP address. This list was gathered using a quick search on the web and is in no particular order.
  21.  
  22.  
  23. http://ecerami.com/servlet/coreservlets.ShowCGIVariables
  24. http://www.sanford.com/introcgi/cgi-bin/environment-example.pl?something
  25. http://www.mueloliva.es/cgi-bin/variables.cgi?'0024'
  26. http://inetarena.com/cgi-bin/environment.pl?this=that
  27. http://curry.edschool.virginia.edu/go/www_uses/demos/cgi-test.html
  28. http://www.cfhub.com/examples/cgi/
  29.  
  30. When IP2 runs it chooses one of the above methods at random and runs through the list until a successful response is found.
  31.  
  32. One caveat to IP2 is if you are accessing the Internet through a HTTP application proxy firewall, in which case IP2 won't be able to directly access the Internet and will fail to determine your IP. Since IP2 was written mainly to help people who wish to run servers on their PCs I did not add the ability to specify a HTTP proxy for the program to communicate through since you would probably not be able to run an Internet accessible server if your only method of accessing the Internet was by this method.
  33.  
  34. ------------------------------------------------------------------------------------
  35. Written by Robin Keir
  36. http://keir.net
  37. March 2001
  38.